home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / disk-man / linux-fl.000 / linux-fl / linux-floppies / README < prev    next >
Encoding:
Text File  |  1996-04-07  |  1.4 KB  |  43 lines

  1.  
  2.                 Linux Floppies
  3.                 --------------
  4.  
  5. This package contains utilities for using floppies with linux ext2 file
  6. system on them.
  7.  
  8. fformat:    will format a floppy, check for bad clusters, and create
  9.         an ext2 file system on it.
  10.         ---------------------------
  11.         From this point on this floppy can be used as any ordinary
  12.         linux hard drive or partition (just a very tiny one).
  13.         This is good for keeping your important linux files.
  14.         
  15.         Since this floppy now is just a regular linux disk, it must
  16.         be treated as such: It must be mounted before it can be used,
  17.         and it must be unmounted before it can be ejected.
  18.  
  19.         ---- NEVER remove a diskette if is MOUNTED ----
  20.         ========  YOU MUST UMNOUNT IT FIRST! ==========
  21.     
  22.         If you are interested why, read "Modern Operating Systems"
  23.         by Andrew S. Tanenbaum or LINUX HOWTOs.
  24.         
  25. mountb, umountb scripts for mounting and unmounting floppies with ext2 
  26.         filesystem on them. Name them however you like. Edit to 
  27.         suit your needs and put them in your path (/usr/local/bin). 
  28.         Make sure they have execute permissions (chmod mountb 700). 
  29.  
  30.  
  31. Detailed documentation can be found at:
  32.  
  33.     http://amelia.experiment.db.erau.edu/ldp/LDP/gs/node176.html
  34.  
  35. Text version is enclosed:    Using-Floppies.HOWTO
  36. Html version is enclosed:    Using-Floppies.html
  37.  
  38. /building-blocks
  39.     contains a set of components used to construct this application
  40.     (various windows, colorization tricks, etc.)
  41.     They can be easily reused to write similar scripts. 
  42.  
  43.